testing.common.tempDir (field)

6 uses

	testing (current package)
		testing.go#L662: 	tempDir    string
		testing.go#L1230: 	if c.tempDir == "" { // Usually the case with js/wasm
		testing.go#L1233: 		_, err := os.Stat(c.tempDir)
		testing.go#L1263: 		c.tempDir, c.tempDirErr = os.MkdirTemp("", pattern)
		testing.go#L1266: 				if err := removeAll(c.tempDir); err != nil {
		testing.go#L1283: 	dir := fmt.Sprintf("%s%c%03d", c.tempDir, os.PathSeparator, seq)